Platform Explorer / Nuxeo Platform 5.8

Operation Services.GetSocialWorkspaceMiniMessages (Get social workspace mini messages)

Description

Get social workspace mini messages.
Operation id Services.GetSocialWorkspaceMiniMessages
Category Services
Label Get social workspace mini messages
Requires
Since

Parameters

Name Description Type Required Default value
contextPath string yes  
asActivities boolean no  
language string no  
limit integer no  
offset integer no  
relationshipKind string no  

Signature

Inputs void
Outputs blob

Implementation Information

Implementation Class Class: org.nuxeo.ecm.social.workspace.gadgets.GetSocialWorkspaceMiniMessages
Contributing Component org.nuxeo.ecm.social.workspace.operations

JSON Definition

{
  "id" : "Services.GetSocialWorkspaceMiniMessages",
  "label" : "Get social workspace mini messages",
  "category" : "Services",
  "requires" : null,
  "description" : "Get social workspace mini messages.",
  "url" : "Services.GetSocialWorkspaceMiniMessages",
  "signature" : [ "void", "blob" ],
  "params" : [ {
    "name" : "contextPath",
    "description" : null,
    "type" : "string",
    "required" : true,
    "widget" : null,
    "order" : 0,
    "values" : [ ]
  }, {
    "name" : "asActivities",
    "description" : null,
    "type" : "boolean",
    "required" : false,
    "widget" : null,
    "order" : 0,
    "values" : [ ]
  }, {
    "name" : "language",
    "description" : null,
    "type" : "string",
    "required" : false,
    "widget" : null,
    "order" : 0,
    "values" : [ ]
  }, {
    "name" : "limit",
    "description" : null,
    "type" : "integer",
    "required" : false,
    "widget" : null,
    "order" : 0,
    "values" : [ ]
  }, {
    "name" : "offset",
    "description" : null,
    "type" : "integer",
    "required" : false,
    "widget" : null,
    "order" : 0,
    "values" : [ ]
  }, {
    "name" : "relationshipKind",
    "description" : null,
    "type" : "string",
    "required" : false,
    "widget" : null,
    "order" : 0,
    "values" : [ ]
  } ]
}